From: aeyk Date: Sat, 12 Apr 2014 00:23:20 +0000 (-0400) Subject: Update README.md X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~1082^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=83651db4e6e9c14722f84d394e9f64491ea362d5;p=cargo.git Update README.md Removed comment about make install as no install directive, added --recursive tag --- diff --git a/README.md b/README.md index b6ae9e054..b5074a870 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ - ## Compiling cargo -Firstly you will need to get cargo's dependencies, which are just git submodules. - +You'll want to clone cargo using --recursive on git, to clone in it's submodule dependencies. +``` +$ git clone --recursive https://github.com/carlhuda/cargo +``` +or ``` $ git submodule init $ git submodule upgrade ``` -Then it's as simple as ```make && make install```. +Then it's as simple as ```make``` and you're ready to go. ## Porcelain